home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="PsdThresholdEffect: threshold an image to pure black and pure white">
- <description>
- Bi-level threshold.
- </description>
- <property name="ThresholdLevel" type="int" default="128" label="Threshold Level">
- <range min="1" max="255"/>
- <comments>
- Specifies the threshold luminosity. Pixels whose luminosity is less than this threshold will turn black,
- otherwise white.
- </comments>
- </property>
- </effect>
-